home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / ppcinline / colorwheel.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  795b  |  23 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _PPCINLINE_COLORWHEEL_H
  4. #define _PPCINLINE_COLORWHEEL_H
  5.  
  6. #ifndef __PPCINLINE_MACROS_H
  7. #include <powerup/ppcinline/macros.h>
  8. #endif /* !__PPCINLINE_MACROS_H */
  9.  
  10. #ifndef COLORWHEEL_BASE_NAME
  11. #define COLORWHEEL_BASE_NAME ColorWheelBase
  12. #endif /* !COLORWHEEL_BASE_NAME */
  13.  
  14. #define ConvertHSBToRGB(hsb, rgb) \
  15.     LP2NR(0x1e, ConvertHSBToRGB, struct ColorWheelHSB *, hsb, a0, struct ColorWheelRGB *, rgb, a1, \
  16.     , COLORWHEEL_BASE_NAME, IF_CACHEFLUSHALL, NULL, 0, IF_CACHEFLUSHALL, NULL, 0)
  17.  
  18. #define ConvertRGBToHSB(rgb, hsb) \
  19.     LP2NR(0x24, ConvertRGBToHSB, struct ColorWheelRGB *, rgb, a0, struct ColorWheelHSB *, hsb, a1, \
  20.     , COLORWHEEL_BASE_NAME, IF_CACHEFLUSHALL, NULL, 0, IF_CACHEFLUSHALL, NULL, 0)
  21.  
  22. #endif /* !_PPCINLINE_COLORWHEEL_H */
  23.